home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1995.02 / 000143_naras@euler.bd.psu.edu_Fri Feb 24 04:58:17 1995.msg < prev    next >
Internet Message Format  |  1995-02-28  |  2KB

  1. Received: from euler.bd.psu.edu by cs.umb.edu with SMTP id AA09456
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 24 Feb 1995 10:00:54 -0500
  3. Received: by euler.bd.psu.edu via SMTP (931110.SGI/930416.SGI.AUTO)
  4.     for tex-k@cs.umb.edu id AA29993; Fri, 24 Feb 95 09:58:36 -0500
  5. Message-Id: <9502241458.AA29993@euler.bd.psu.edu>
  6. To: tex-k@cs.umb.edu
  7. Subject: Re: more problems 
  8. In-Reply-To: Your message of "Wed, 22 Feb 1995 22:12:51 EST."
  9.              <9502230312.AA10793@tesla.psych.nyu.edu> 
  10. Date: Fri, 24 Feb 1995 09:58:17 -0500
  11. From: Balasubramanian Narasimhan <naras@euler.bd.psu.edu>
  12.  
  13. >>>>> "Dan" == Dan Karron <dan@tesla.psych.nyu.edu> writes:
  14.  
  15.     Dan> I gave up on gcc, as I was getting really bizarre arithmetic
  16.     Dan> errors from mf.
  17.  
  18.     Dan> So, I manually reset all the CC = gcc statements in all the
  19.                ^^^^^^^^
  20.     Dan> makefiles, and now I get this:
  21.  
  22. You are making it too hard.  If all you want is to set CC to something
  23. else besides gcc, use
  24.  
  25. % env CC=cc ./configure
  26.  
  27. before building or if you don't have env
  28.  
  29. % setenv CC cc 
  30. % ./configure
  31.  
  32. If I recollect correctly, aren't you on an IRIX system?  I can vouch
  33. that everything works as the documentation says on IRIX 5.x using
  34. native CC. Furthermore, you can even merge the Kpathsea stuff as
  35. indicated in the web2c-2.6-help instructions and everything works
  36. flawlessly.
  37.  
  38. I might also add that when building stuff on IRIX 5.x, I lean towards
  39. the native CC because it produces smaller object files. Almost all the
  40. Gnu stuff, except for a few that I can count on my fingers, can be
  41. built with the native cc.
  42.  
  43. ________________________________________________________________
  44. B. Narasimhan                             naras@euler.bd.psu.edu
  45.